home *** CD-ROM | disk | FTP | other *** search
/ NT Sources / Infomagic - NT Source Volume 1 (Disc 1 of 2).iso / network / pterm32.exe / PTW32.ZIP / NWLAT.PSL < prev    next >
Text File  |  1994-09-10  |  296b  |  14 lines

  1. #
  2. # Opens a LAT connection (Via Novell's NetWare for LAT).
  3. #
  4. # Parameters : $p1 - user name (a NetWare user name without password).
  5. #              $p2 - service name (host).
  6. #
  7.  
  8. set comm-type nwlat
  9. set user-name $p1
  10. set service-name $p2
  11. session open
  12. set session-name $p2
  13. run keys.psl
  14.